home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Oxygen Multimedia Graphics 22
/
Oxygen Multimedia Graphics 22.iso
/
pc
/
System
/
OX22
/
Resources_26_OpenCoupon.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2008-03-12
|
304 b
|
12 lines
global ds, goUp
on mouseUp
file2open = the moviePath & "INIT" & ds & "StarterKitCoupon.pdf"
OpenIt = baOpenFile(file2open, EMPTY)
if OpenIt > 32 then
nothing()
else
alert("The software required to open the coupon could not be found. Please install Adobe's Acrobat Reader.")
end if
end